Re: [SQL] Re: [BUGS] Running queries on inherited tables - Mailing list pgsql-sql

From Herouth Maoz
Subject Re: [SQL] Re: [BUGS] Running queries on inherited tables
Date
Msg-id l03130303b40d4d22f289@[147.233.159.109]
Whole thread Raw
In response to Re: [BUGS] Running queries on inherited tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
At 02:00 +0200 on 13/09/1999, Tom Lane wrote:


> > Considering how often Alter table is used, would it be reasonable to rip
> > out all the alter table code and just have it do a select into;drop;rename
>
> That would be a good route to a reimplementation, actually.  Want to
> have a go at it?

OIDs of all rows will be changed, won't they? Some people rely on OIDs in
their applications.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma




pgsql-sql by date:

Previous
From: raptor
Date:
Subject: OID & indexes.
Next
From: Stuart Rison
Date:
Subject: Re: [SQL] Subselect performance